Skip to content

Move the _Unicode module into _StringProcessing #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 11, 2022

Conversation

Azoy
Copy link
Contributor

@Azoy Azoy commented Feb 3, 2022

This removes the _Unicode target and instead moves those files into the _StringProcessing target as a sub folder.

@Azoy Azoy requested a review from milseman February 3, 2022 20:04
Copy link
Member

@milseman milseman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall +1, some minor questions.

@rxwei , do you see any problems with us adding these data files as far as integrating with the compiler is concerned?

dependencies: ["GenUtils"]
)
]
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this a nested package?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can be part of the string processing package if you feel it should be, but it's a pretty stand alone package that is very severable.

@rxwei
Copy link
Contributor

rxwei commented Feb 3, 2022

@rxwei , do you see any problems with us adding these data files as far as integrating with the compiler is concerned?

Are the generated files Swift files? Are these generated manually or by the build system?

@Azoy
Copy link
Contributor Author

Azoy commented Feb 4, 2022

@milseman are you referring to the _Unicode source files being added to _StringProcessing, or the future c files for Unicode data?

@Azoy Azoy force-pushed the unicode-but-in-sp branch from 145e5af to 69f2798 Compare February 10, 2022 22:12
@Azoy
Copy link
Contributor Author

Azoy commented Feb 10, 2022

@swift-ci please test Linux

@Azoy Azoy merged commit ff266c6 into swiftlang:main Feb 11, 2022
@Azoy Azoy deleted the unicode-but-in-sp branch February 11, 2022 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants